projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4551bd
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 7 Mar 2016 12:28:56 +0000
(07:28 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 7 Mar 2016 12:30:00 +0000
(07:30 -0500)
This was causing the tools tests to not be installed and,
consequently, never run on continuous.
testsuite/tools/Makefile.am
patch
|
blob
|
history
diff --git
a/testsuite/tools/Makefile.am
b/testsuite/tools/Makefile.am
index 5bc7314f0ae2a6b8ce7bce2564b6753345ec8c4b..0dd510f8b36640dbef24974e741bdcdbae0b627a 100644
(file)
--- a/
testsuite/tools/Makefile.am
+++ b/
testsuite/tools/Makefile.am
@@
-54,7
+54,7
@@
DISTCLEANFILES = \
$(test_files) \
$(NULL)
-testmetadir =
#
(datadir)/installed-tests/$(PACKAGE)
+testmetadir =
$
(datadir)/installed-tests/$(PACKAGE)
testmeta_DATA = $(test_files)
endif